home *** CD-ROM | disk | FTP | other *** search
- *** config.status-orig Mon Dec 20 13:09:30 1993
- --- config.status Mon Dec 20 13:09:51 1993
- ***************
- *** 46,52 ****
- libsrc_libs='-lmld '
- LD_SWITCH_X_SITE=''
- C_SWITCH_X_SITE=''
- ! CFLAGS='-g '
- LIBS=' -lX11 -lmld -lm'
- prefix='/usr/gnu'
- exec_prefix='${prefix}'
- --- 46,52 ----
- libsrc_libs='-lmld '
- LD_SWITCH_X_SITE=''
- C_SWITCH_X_SITE=''
- ! CFLAGS='-O2 -g3'
- LIBS=' -lX11 -lmld -lm'
- prefix='/usr/gnu'
- exec_prefix='${prefix}'
- *** src/config.h.in.orig Mon Dec 20 13:07:53 1993
- --- src/config.h.in Thu Dec 9 08:22:11 1993
- ***************
- *** 244,247 ****
- --- 244,250 ----
- extern char *getenv ();
- #endif
-
- + /* from FAQ -- the bigger than 8MB buffer fix */
- + #define VALBITS 26
- + #define GCTYPEBITS 5
- #endif /* EMACS_CONFIG_H */
- *** lib-src/wakeup.c.~1~ Sun Sep 12 01:09:18 1993
- --- lib-src/wakeup.c Mon Dec 20 13:16:16 1993
- ***************
- *** 29,34 ****
- --- 29,40 ----
- if (argc > 1)
- period = atoi (argv[1]);
-
- + #ifdef __sgi
- + /* Irix doesn't use SIGALRM to impliment sleep(),
- + so wakeup exits when it gets one. Ignore it */
- + signal(SIGALRM, SIG_IGN);
- + #endif /* __sgi */
- +
- while (1)
- {
- /* Make sure wakeup stops when Emacs goes away. */
-